home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 August / DPPCPRO0805.ISO / PCPro.exe / PCPro.dxr / Flash Assets_1_Disclaimer.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-05-20  |  83 b   |  6 lines

  1. function strToUpperCase(oldText)
  2. {
  3.    return oldText.toUpperCase();
  4. }
  5. stop();
  6.